home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIP Turkiye Mayıs 1998.iso / grafik / 95NEOBOK / NBW30.EXE / NeoBook.exe / 0 / RCDATA / TCHILDFORM / TCHILDFORM.txt
Text File  |  1997-02-27  |  1KB  |  69 lines

  1. object ChildForm: TChildForm
  2.   Left = 535
  3.   Top = 167
  4.   Width = 234
  5.   Height = 199
  6.   HorzScrollBar.Range = 2000
  7.   VertScrollBar.Range = 2000
  8.   AutoScroll = False
  9.   Caption = ' '
  10.   Font.Color = clBlack
  11.   Font.Height = -12
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   FormStyle = fsMDIChild
  15.   KeyPreview = True
  16.   Position = poDefault
  17.   Scaled = False
  18.   Visible = True
  19.   OnClose = FormClose
  20.   OnCloseQuery = FormCloseQuery
  21.   OnCreate = FormCreate
  22.   OnDestroy = FormDestroy
  23.   OnKeyDown = FormKeyDown
  24.   OnPaint = FormPaint
  25.   OnShow = FormShow
  26.   PixelsPerInch = 96
  27.   TextHeight = 15
  28.   object PageSurface: TNeoBookPaintBox
  29.     Left = 92
  30.     Top = 8
  31.     Width = 73
  32.     Height = 69
  33.     Color = clWhite
  34.     ParentColor = False
  35.     OnPaint = PageSurfacePaint
  36.   end
  37.   object PageFrame: TNeoBookPaintBox
  38.     Left = 12
  39.     Top = 8
  40.     Width = 73
  41.     Height = 69
  42.     Color = clWhite
  43.     ParentColor = False
  44.     OnPaint = PageFramePaint
  45.   end
  46.   object WorkArea: TNeoBookPaintBox
  47.     Left = 0
  48.     Top = 0
  49.     Width = 2000
  50.     Height = 2000
  51.     Align = alClient
  52.     Color = clWhite
  53.     ParentColor = False
  54.     OnDragDrop = WorkAreaDragDrop
  55.     OnDragOver = WorkAreaDragOver
  56.     OnMouseDown = WorkAreaMouseDown
  57.     OnMouseMove = WorkAreaMouseMove
  58.     OnMouseUp = WorkAreaMouseUp
  59.     OnPaint = WorkAreaPaint
  60.   end
  61.   object EditField: TNeoBookEdit
  62.     Left = 12
  63.     Top = 88
  64.     Width = 121
  65.     Height = 25
  66.     Visible = False
  67.   end
  68. end
  69.